Product : ISaGRAF V3.2

Date    : 11-March-1997

File    : msg.msg conversion on real variable.htm

Subject : MSG conversion on real variable

Keywords: MSG - type conversion - message - string - real

____________________________________________________________________

 

When you use MSG conversion on a Real variable, the result is the

integer part of the variable.

example:

real_value := 12.345;

res_msg := MSG(real_value);

->res_msg is '12'

____________________________________________________________________

Copyright © 1996-2009 ICS Triplex ISaGRAF Inc. All rights reserved.